home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 6
/
FM Towns Free Software Collection 6.iso
/
ms_dos
/
disgas
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-07-08
|
231 b
|
10 lines
OBJS = disgas.obj operand.obj mntable.obj
disgas.exe : $(OBJS)
lcc -o disgas.exe $(OBJS) -lintlib
disgas.obj : disgas.c
lcc -c disgas.c
operand.obj : operand.c
lcc -c operand.c
mntable.obj : mntable.c
lcc -c mntable.c